﻿2026-07-29T08:43:39.8395835Z ##[group]Run set -euo pipefail
2026-07-29T08:43:39.8396165Z [36;1mset -euo pipefail[0m
2026-07-29T08:43:39.8396412Z [36;1mPIN=0c95435[0m
2026-07-29T08:43:39.8396669Z [36;1mCACHE="$HOME/spt-n1-oldbroker"[0m
2026-07-29T08:43:39.8396946Z [36;1mBIN="$CACHE/target/debug/spt"[0m
2026-07-29T08:43:39.8397299Z [36;1m# Self-healing cache: rebuild the pin only when it moves. Clone OUTSIDE[0m
2026-07-29T08:43:39.8397767Z [36;1m# the workspace (a clone inside gets adopted by the cargo workspace).[0m
2026-07-29T08:43:39.8398227Z [36;1mif [ ! -x "$BIN" ] || [ "$(cat "$CACHE/.builtpin" 2>/dev/null || true)" != "$PIN" ]; then[0m
2026-07-29T08:43:39.8398594Z [36;1m  rm -rf "$CACHE"[0m
2026-07-29T08:43:39.8398885Z [36;1m  git clone "$GITHUB_WORKSPACE" "$CACHE"[0m
2026-07-29T08:43:39.8399243Z [36;1m  git -C "$CACHE" checkout "$PIN"[0m
2026-07-29T08:43:39.8399620Z [36;1m  cargo build --manifest-path "$CACHE/Cargo.toml" -p spt --bin spt[0m
2026-07-29T08:43:39.8399993Z [36;1m  echo "$PIN" > "$CACHE/.builtpin"[0m
2026-07-29T08:43:39.8400286Z [36;1mfi[0m
2026-07-29T08:43:39.8400599Z [36;1mSPT_N1_OLD_BROKER="$BIN" cargo test -p spt --test n1_pairing -- --nocapture[0m
2026-07-29T08:43:39.8413343Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-07-29T08:43:39.8413675Z env:
2026-07-29T08:43:39.8413892Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-07-29T08:43:39.8414274Z   SPT_CI_TEST_TMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-30436637478-1-TtuOHW
2026-07-29T08:43:39.8414766Z   TEMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-30436637478-1-TtuOHW
2026-07-29T08:43:39.8415237Z   TMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-30436637478-1-TtuOHW
2026-07-29T08:43:39.8415914Z   TMPDIR: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-30436637478-1-TtuOHW
2026-07-29T08:43:39.8416290Z ##[endgroup]
2026-07-29T08:43:40.1431840Z    Compiling proc-macro2 v1.0.106
2026-07-29T08:43:40.1432393Z    Compiling unicode-ident v1.0.24
2026-07-29T08:43:40.1432741Z    Compiling quote v1.0.45
2026-07-29T08:43:40.1433295Z    Compiling libc v0.2.186
2026-07-29T08:43:40.1433600Z    Compiling serde_core v1.0.228
2026-07-29T08:43:40.1433927Z    Compiling cfg-if v1.0.4
2026-07-29T08:43:40.1434239Z    Compiling serde v1.0.228
2026-07-29T08:43:40.1477657Z    Compiling log v0.4.32
2026-07-29T08:43:40.1534673Z    Compiling pin-project-lite v0.2.17
2026-07-29T08:43:40.1535465Z    Compiling portable-atomic v1.13.1
2026-07-29T08:43:40.1535975Z    Compiling typenum v1.20.1
2026-07-29T08:43:40.1536405Z    Compiling memchr v2.8.1
2026-07-29T08:43:40.1554446Z    Compiling version_check v0.9.5
2026-07-29T08:43:40.1632773Z    Compiling shlex v2.0.1
2026-07-29T08:43:40.1707248Z    Compiling find-msvc-tools v0.1.9
2026-07-29T08:43:40.2147210Z    Compiling critical-section v1.2.0
2026-07-29T08:43:40.2280901Z    Compiling subtle v2.6.1
2026-07-29T08:43:40.2321697Z    Compiling bytes v1.11.1
2026-07-29T08:43:40.3177074Z    Compiling futures-core v0.3.32
2026-07-29T08:43:40.3341733Z    Compiling equivalent v1.0.2
2026-07-29T08:43:40.3851574Z    Compiling smallvec v1.15.1
2026-07-29T08:43:40.3896744Z    Compiling itoa v1.0.18
2026-07-29T08:43:40.4082691Z    Compiling semver v1.0.28
2026-07-29T08:43:40.4211346Z    Compiling stable_deref_trait v1.2.1
2026-07-29T08:43:40.4433418Z    Compiling futures-sink v0.3.32
2026-07-29T08:43:40.4541077Z    Compiling futures-io v0.3.32
2026-07-29T08:43:40.4692689Z    Compiling slab v0.4.12
2026-07-29T08:43:40.4732031Z    Compiling futures-task v0.3.32
2026-07-29T08:43:40.5250962Z    Compiling generic-array v0.14.7
2026-07-29T08:43:40.5500961Z    Compiling futures-channel v0.3.32
2026-07-29T08:43:40.6021562Z    Compiling rand_core v0.10.1
2026-07-29T08:43:40.6580710Z    Compiling rustversion v1.0.22
2026-07-29T08:43:40.6617674Z    Compiling hashbrown v0.17.1
2026-07-29T08:43:40.6709863Z    Compiling bitflags v2.12.1
2026-07-29T08:43:40.6790773Z    Compiling getrandom v0.4.2
2026-07-29T08:43:40.7440698Z    Compiling cpufeatures v0.2.17
2026-07-29T08:43:40.7680887Z    Compiling fnv v1.0.7
2026-07-29T08:43:40.8060614Z    Compiling strsim v0.11.1
2026-07-29T08:43:40.8170589Z    Compiling cfg_aliases v0.2.1
2026-07-29T08:43:40.8284356Z    Compiling litemap v0.8.2
2026-07-29T08:43:40.8391670Z    Compiling writeable v0.6.3
2026-07-29T08:43:40.9040691Z    Compiling rustc_version v0.4.1
2026-07-29T08:43:40.9080670Z    Compiling icu_properties_data v2.2.0
2026-07-29T08:43:40.9900837Z    Compiling dunce v1.0.5
2026-07-29T08:43:40.9940878Z    Compiling utf8_iter v1.0.4
2026-07-29T08:43:41.0260627Z    Compiling icu_normalizer_data v2.2.0
2026-07-29T08:43:41.0540528Z    Compiling ident_case v1.0.1
2026-07-29T08:43:41.0620549Z    Compiling fs_extra v1.3.0
2026-07-29T08:43:41.1260393Z    Compiling autocfg v1.5.1
2026-07-29T08:43:41.1568158Z    Compiling percent-encoding v2.3.2
2026-07-29T08:43:41.3061705Z    Compiling http v1.4.1
2026-07-29T08:43:41.3275341Z    Compiling aws-lc-rs v1.17.0
2026-07-29T08:43:41.3440578Z    Compiling thiserror v2.0.18
2026-07-29T08:43:41.3606104Z    Compiling cpufeatures v0.3.0
2026-07-29T08:43:41.4070699Z    Compiling syn v2.0.117
2026-07-29T08:43:41.4121241Z    Compiling unicode-segmentation v1.13.3
2026-07-29T08:43:41.4605929Z    Compiling scopeguard v1.2.0
2026-07-29T08:43:41.4670608Z    Compiling indexmap v2.14.0
2026-07-29T08:43:41.4790393Z    Compiling chacha20 v0.10.0
2026-07-29T08:43:41.4830796Z    Compiling form_urlencoded v1.2.2
2026-07-29T08:43:41.5171173Z    Compiling untrusted v0.9.0
2026-07-29T08:43:41.5371024Z    Compiling lock_api v0.4.14
2026-07-29T08:43:41.6040927Z    Compiling rustls v0.23.40
2026-07-29T08:43:41.6130866Z    Compiling heck v0.5.0
2026-07-29T08:43:41.6451007Z    Compiling atomic-waker v1.1.2
2026-07-29T08:43:41.6641563Z    Compiling const-oid v0.10.2
2026-07-29T08:43:41.7586728Z    Compiling unicode-xid v0.2.6
2026-07-29T08:43:41.7651076Z    Compiling anyhow v1.0.102
2026-07-29T08:43:41.8035044Z    Compiling parking_lot_core v0.9.12
2026-07-29T08:43:41.8115175Z    Compiling paste v1.0.15
2026-07-29T08:43:41.8179195Z    Compiling httparse v1.10.1
2026-07-29T08:43:41.8750817Z    Compiling zerocopy v0.8.50
2026-07-29T08:43:41.8860680Z    Compiling num-traits v0.2.19
2026-07-29T08:43:41.9030909Z    Compiling convert_case v0.10.0
2026-07-29T08:43:41.9438575Z    Compiling hybrid-array v0.4.12
2026-07-29T08:43:42.0345041Z    Compiling curve25519-dalek v4.1.3
2026-07-29T08:43:42.0833442Z    Compiling jobserver v0.1.34
2026-07-29T08:43:42.0980406Z    Compiling ahash v0.8.12
2026-07-29T08:43:42.0983414Z    Compiling powerfmt v0.2.0
2026-07-29T08:43:42.1544341Z    Compiling base64ct v1.8.3
2026-07-29T08:43:42.2312803Z    Compiling either v1.16.0
2026-07-29T08:43:42.2577863Z    Compiling fastrand v2.4.1
2026-07-29T08:43:42.3021428Z    Compiling crypto-common v0.1.7
2026-07-29T08:43:42.3231398Z    Compiling block-buffer v0.10.4
2026-07-29T08:43:42.3510854Z    Compiling cc v1.2.63
2026-07-29T08:43:42.3760927Z    Compiling http-body v1.0.1
2026-07-29T08:43:42.4230544Z    Compiling digest v0.10.7
2026-07-29T08:43:42.4610663Z    Compiling deranged v0.5.8
2026-07-29T08:43:42.4920568Z    Compiling pem-rfc7468 v1.0.0
2026-07-29T08:43:42.5580878Z    Compiling tinyvec_macros v0.1.1
2026-07-29T08:43:42.5621016Z    Compiling data-encoding v2.11.0
2026-07-29T08:43:42.6070500Z    Compiling try-lock v0.2.5
2026-07-29T08:43:42.6620719Z    Compiling pkg-config v0.3.33
2026-07-29T08:43:42.6761051Z    Compiling tower-service v0.3.3
2026-07-29T08:43:42.6821526Z    Compiling num-conv v0.2.2
2026-07-29T08:43:42.7281114Z    Compiling zmij v1.0.21
2026-07-29T08:43:42.7520565Z    Compiling vcpkg v0.2.15
2026-07-29T08:43:42.7710597Z    Compiling base64 v0.22.1
2026-07-29T08:43:42.8090833Z    Compiling time-core v0.1.8
2026-07-29T08:43:42.8670719Z    Compiling block-buffer v0.12.0
2026-07-29T08:43:42.9521645Z    Compiling mio v1.2.1
2026-07-29T08:43:42.9607014Z    Compiling socket2 v0.6.4
2026-07-29T08:43:42.9732758Z    Compiling getrandom v0.2.17
2026-07-29T08:43:43.0797349Z    Compiling crypto-common v0.2.2
2026-07-29T08:43:43.1910230Z    Compiling rand v0.10.1
2026-07-29T08:43:43.2070860Z    Compiling uuid v1.23.2
2026-07-29T08:43:43.3020505Z    Compiling rand_core v0.6.4
2026-07-29T08:43:43.3830431Z    Compiling parking_lot v0.12.5
2026-07-29T08:43:43.4572938Z    Compiling want v0.3.1
2026-07-29T08:43:43.5057329Z    Compiling sha2 v0.10.9
2026-07-29T08:43:43.6321028Z    Compiling tinyvec v1.11.0
2026-07-29T08:43:43.6797152Z    Compiling inout v0.1.4
2026-07-29T08:43:43.6798467Z    Compiling vergen-lib v9.1.0
2026-07-29T08:43:43.7281148Z    Compiling n0-future v0.3.2
2026-07-29T08:43:43.7282146Z    Compiling cordyceps v0.3.4
2026-07-29T08:43:43.7790825Z    Compiling parking v2.2.1
2026-07-29T08:43:43.8120691Z    Compiling signature v2.2.0
2026-07-29T08:43:43.8520472Z    Compiling cmake v0.1.58
2026-07-29T08:43:43.8620735Z    Compiling spin v0.10.0
2026-07-29T08:43:43.9272715Z    Compiling crossbeam-utils v0.8.21
2026-07-29T08:43:43.9670423Z    Compiling diatomic-waker v0.2.3
2026-07-29T08:43:43.9733898Z    Compiling serde_json v1.0.150
2026-07-29T08:43:43.9880758Z    Compiling winnow v1.0.3
2026-07-29T08:43:44.0787191Z    Compiling httpdate v1.0.3
2026-07-29T08:43:44.0960592Z    Compiling futures-buffered v0.2.13
2026-07-29T08:43:44.1281205Z    Compiling digest v0.11.3
2026-07-29T08:43:44.1357032Z    Compiling ed25519 v2.2.3
2026-07-29T08:43:44.1357739Z    Compiling futures-lite v2.6.1
2026-07-29T08:43:44.1663998Z    Compiling cipher v0.4.4
2026-07-29T08:43:44.1742019Z    Compiling netlink-packet-core v0.8.1
2026-07-29T08:43:44.2190094Z    Compiling universal-hash v0.5.1
2026-07-29T08:43:44.2264391Z    Compiling vergen v9.1.0
2026-07-29T08:43:44.3069360Z    Compiling vergen-lib v0.1.6
2026-07-29T08:43:44.3330962Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-07-29T08:43:44.3605436Z    Compiling heapless v0.7.17
2026-07-29T08:43:44.3640210Z    Compiling noq-udp v0.10.0
2026-07-29T08:43:44.3700395Z    Compiling sync_wrapper v1.0.2
2026-07-29T08:43:44.3770434Z    Compiling allocator-api2 v0.2.21
2026-07-29T08:43:44.3860713Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-07-29T08:43:44.4620601Z    Compiling byteorder v1.5.0
2026-07-29T08:43:44.4900318Z    Compiling opaque-debug v0.3.1
2026-07-29T08:43:44.5350440Z    Compiling polyval v0.6.2
2026-07-29T08:43:44.6235880Z    Compiling hash32 v0.2.1
2026-07-29T08:43:44.6388366Z    Compiling spin v0.9.8
2026-07-29T08:43:44.6433834Z    Compiling vergen-gitcl v1.0.8
2026-07-29T08:43:44.7014110Z    Compiling fallible-streaming-iterator v0.1.9
2026-07-29T08:43:44.7104345Z    Compiling fallible-iterator v0.3.0
2026-07-29T08:43:44.7580678Z    Compiling signature v3.0.0
2026-07-29T08:43:44.7850544Z    Compiling num_threads v0.1.7
2026-07-29T08:43:44.8096733Z    Compiling ryu v1.0.23
2026-07-29T08:43:44.8143299Z    Compiling tower-layer v0.3.3
2026-07-29T08:43:44.8296301Z    Compiling aws-lc-sys v0.41.0
2026-07-29T08:43:44.8404092Z    Compiling ring v0.17.14
2026-07-29T08:43:44.8460286Z    Compiling libsqlite3-sys v0.30.1
2026-07-29T08:43:44.8606231Z    Compiling ghash v0.5.1
2026-07-29T08:43:44.8690339Z    Compiling ctr v0.9.2
2026-07-29T08:43:44.9350582Z    Compiling time v0.3.47
2026-07-29T08:43:44.9959770Z    Compiling aes v0.8.4
2026-07-29T08:43:45.0070465Z    Compiling sha2 v0.11.0-rc.5
2026-07-29T08:43:45.0089534Z    Compiling fs2 v0.4.3
2026-07-29T08:43:45.0220806Z    Compiling http-body-util v0.1.3
2026-07-29T08:43:45.1580770Z    Compiling aead v0.5.2
2026-07-29T08:43:45.1925203Z    Compiling openssl-probe v0.2.1
2026-07-29T08:43:45.2012745Z    Compiling arrayvec v0.7.6
2026-07-29T08:43:45.2910601Z    Compiling utf8parse v0.2.2
2026-07-29T08:43:45.3100365Z    Compiling crossbeam-channel v0.5.15
2026-07-29T08:43:45.3490288Z    Compiling crossbeam-epoch v0.9.18
2026-07-29T08:43:45.3838393Z    Compiling blake3 v1.8.5
2026-07-29T08:43:45.4150471Z    Compiling netlink-packet-route v0.29.0
2026-07-29T08:43:45.4220361Z    Compiling memoffset v0.6.5
2026-07-29T08:43:45.6596348Z    Compiling aes-gcm v0.10.3
2026-07-29T08:43:45.6714006Z    Compiling acto v0.8.2
2026-07-29T08:43:45.6772847Z    Compiling noq v0.18.0
2026-07-29T08:43:45.7872895Z    Compiling netwatch v0.16.0
2026-07-29T08:43:45.9077964Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-07-29T08:43:45.9204771Z    Compiling rustix v1.1.4
2026-07-29T08:43:45.9241552Z    Compiling sorted-index-buffer v0.2.1
2026-07-29T08:43:45.9680868Z    Compiling tagptr v0.2.0
2026-07-29T08:43:46.0300857Z    Compiling thiserror v1.0.69
2026-07-29T08:43:46.0560598Z    Compiling foldhash v0.2.0
2026-07-29T08:43:46.0750947Z    Compiling ref-cast v1.0.25
2026-07-29T08:43:46.0880637Z    Compiling rustc-hash v2.1.2
2026-07-29T08:43:46.0980475Z    Compiling mac-addr v0.3.0
2026-07-29T08:43:46.2010024Z    Compiling identity-hash v0.1.0
2026-07-29T08:43:46.2260516Z    Compiling lru-slab v0.1.2
2026-07-29T08:43:46.3141829Z    Compiling xml-rs v0.8.28
2026-07-29T08:43:46.3371521Z    Compiling hashbrown v0.16.1
2026-07-29T08:43:46.4272269Z    Compiling netlink-packet-route v0.30.0
2026-07-29T08:43:46.4652716Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-07-29T08:43:46.5730776Z    Compiling synstructure v0.13.2
2026-07-29T08:43:46.7202746Z    Compiling darling_core v0.20.11
2026-07-29T08:43:46.7730310Z    Compiling serde_derive_internals v0.29.1
2026-07-29T08:43:47.0000671Z    Compiling serial-core v0.4.0
2026-07-29T08:43:47.0981263Z    Compiling xmltree v0.10.3
2026-07-29T08:43:47.2010955Z    Compiling errno v0.3.14
2026-07-29T08:43:47.2073900Z    Compiling termios v0.2.2
2026-07-29T08:43:47.2480655Z    Compiling proc-macro-crate v3.5.0
2026-07-29T08:43:47.3394392Z    Compiling ioctl-rs v0.1.6
2026-07-29T08:43:47.3431036Z    Compiling simple-dns v0.9.3
2026-07-29T08:43:47.3520147Z    Compiling aho-corasick v1.1.4
2026-07-29T08:43:47.3702504Z    Compiling smol_str v0.1.24
2026-07-29T08:43:47.4320751Z    Compiling arrayref v0.3.9
2026-07-29T08:43:47.4574324Z    Compiling linux-raw-sys v0.12.1
2026-07-29T08:43:47.5004018Z    Compiling winnow v0.7.15
2026-07-29T08:43:47.6070807Z    Compiling toml_write v0.1.2
2026-07-29T08:43:47.7944623Z    Compiling sha1_smol v1.0.1
2026-07-29T08:43:47.8133137Z    Compiling constant_time_eq v0.4.2
2026-07-29T08:43:47.8278389Z    Compiling simdutf8 v0.1.5
2026-07-29T08:43:47.8981451Z    Compiling regex-syntax v0.8.10
2026-07-29T08:43:47.9187669Z    Compiling resolv-conf v0.7.6
2026-07-29T08:43:48.0040849Z    Compiling signal-hook v0.3.18
2026-07-29T08:43:48.1502860Z    Compiling serial-unix v0.4.0
2026-07-29T08:43:48.1810717Z    Compiling signal-hook-registry v1.4.8
2026-07-29T08:43:48.3739331Z    Compiling lru v0.16.4
2026-07-29T08:43:48.4210613Z    Compiling darling_core v0.23.0
2026-07-29T08:43:48.5737248Z    Compiling serde_bytes v0.11.19
2026-07-29T08:43:48.6004666Z    Compiling seize v0.5.1
2026-07-29T08:43:48.6349330Z    Compiling serde_derive v1.0.228
2026-07-29T08:43:48.7459461Z    Compiling zeroize_derive v1.4.3
2026-07-29T08:43:48.8139790Z    Compiling tokio-macros v2.7.0
2026-07-29T08:43:49.0211617Z    Compiling zerofrom-derive v0.1.7
2026-07-29T08:43:49.4005382Z    Compiling zeroize v1.8.2
2026-07-29T08:43:49.5212674Z    Compiling tokio v1.52.3
2026-07-29T08:43:49.5551192Z    Compiling futures-macro v0.3.32
2026-07-29T08:43:49.8899645Z    Compiling yoke-derive v0.8.2
2026-07-29T08:43:50.0301828Z    Compiling zerovec-derive v0.11.3
2026-07-29T08:43:50.0810509Z    Compiling displaydoc v0.2.6
2026-07-29T08:43:50.2890805Z    Compiling tracing-attributes v0.1.31
2026-07-29T08:43:50.5070455Z    Compiling zerofrom v0.1.8
2026-07-29T08:43:50.6090865Z    Compiling futures-util v0.3.32
2026-07-29T08:43:50.6171412Z    Compiling rustls-pki-types v1.14.1
2026-07-29T08:43:50.7943051Z    Compiling curve25519-dalek-derive v0.1.1
2026-07-29T08:43:50.9940785Z    Compiling thiserror-impl v2.0.18
2026-07-29T08:43:51.3340462Z    Compiling yoke v0.8.3
2026-07-29T08:43:51.5300552Z    Compiling darling_macro v0.20.11
2026-07-29T08:43:51.5775130Z    Compiling zerovec v0.11.6
2026-07-29T08:43:51.6040912Z    Compiling zerotrie v0.2.4
2026-07-29T08:43:51.6230911Z    Compiling derive_more-impl v2.1.1
2026-07-29T08:43:51.8596317Z    Compiling darling v0.20.11
2026-07-29T08:43:51.9239997Z    Compiling derive_builder_core v0.20.2
2026-07-29T08:43:51.9510305Z    Compiling n0-error-macros v0.1.3
2026-07-29T08:43:52.0641401Z    Compiling spez v0.1.2
2026-07-29T08:43:52.3420563Z    Compiling tinystr v0.8.3
2026-07-29T08:43:52.4231098Z    Compiling potential_utf v0.1.5
2026-07-29T08:43:52.4356135Z    Compiling der v0.8.0-rc.10
2026-07-29T08:43:52.5762086Z    Compiling icu_locale_core v2.2.0
2026-07-29T08:43:52.5970364Z    Compiling icu_collections v2.2.0
2026-07-29T08:43:52.7813058Z    Compiling pin-project-internal v1.1.13
2026-07-29T08:43:53.0819461Z    Compiling n0-error v0.1.3
2026-07-29T08:43:53.4080618Z    Compiling cobs v0.3.0
2026-07-29T08:43:53.4213168Z    Compiling derive_builder_macro v0.20.2
2026-07-29T08:43:53.4539721Z    Compiling postcard-derive v0.2.2
2026-07-29T08:43:53.6435183Z    Compiling data-encoding-macro-internal v0.1.18
2026-07-29T08:43:53.7201075Z    Compiling derive_builder v0.20.2
2026-07-29T08:43:53.8210978Z    Compiling icu_provider v2.2.0
2026-07-29T08:43:54.0257410Z    Compiling ipnet v2.12.0
2026-07-29T08:43:54.0963676Z    Compiling spki v0.8.0-rc.4
2026-07-29T08:43:54.2121757Z    Compiling icu_normalizer v2.2.0
2026-07-29T08:43:54.2173466Z    Compiling icu_properties v2.2.0
2026-07-29T08:43:54.2617609Z    Compiling pin-project v1.1.13
2026-07-29T08:43:54.3205934Z    Compiling pkcs8 v0.11.0-rc.10
2026-07-29T08:43:54.3310682Z    Compiling futures-executor v0.3.32
2026-07-29T08:43:54.4020631Z    Compiling prefix-trie v0.8.4
2026-07-29T08:43:54.5041276Z    Compiling ed25519-dalek v2.2.0
2026-07-29T08:43:54.6535240Z    Compiling futures v0.3.32
2026-07-29T08:43:54.6680866Z    Compiling ed25519 v3.0.0-rc.4
2026-07-29T08:43:54.7289911Z    Compiling spt-proto v0.45.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-proto)
2026-07-29T08:43:54.8551069Z    Compiling once_cell v1.21.4
2026-07-29T08:43:54.9580639Z    Compiling data-encoding-macro v0.1.20
2026-07-29T08:43:55.0110253Z    Compiling rustls-native-certs v0.8.4
2026-07-29T08:43:55.0787836Z    Compiling tracing-core v0.1.36
2026-07-29T08:43:55.1810697Z    Compiling iroh-metrics-derive v0.4.1
2026-07-29T08:43:55.2520529Z    Compiling hashbrown v0.14.5
2026-07-29T08:43:55.2991636Z    Compiling strum_macros v0.28.0
2026-07-29T08:43:55.4830380Z    Compiling tokio-util v0.7.18
2026-07-29T08:43:55.4960666Z    Compiling netlink-sys v0.8.8
2026-07-29T08:43:55.5881054Z    Compiling tracing v0.1.44
2026-07-29T08:43:55.6418200Z    Compiling postcard v1.1.3
2026-07-29T08:43:55.8066099Z    Compiling idna_adapter v1.2.2
2026-07-29T08:43:55.8988316Z    Compiling idna v1.1.0
2026-07-29T08:43:55.9373930Z    Compiling tower v0.5.3
2026-07-29T08:43:55.9646443Z    Compiling async-trait v0.1.89
2026-07-29T08:43:56.0748157Z    Compiling enum-assoc v1.3.0
2026-07-29T08:43:56.0846950Z    Compiling derive_more v2.1.1
2026-07-29T08:43:56.1521189Z    Compiling hashlink v0.9.1
2026-07-29T08:43:56.1655555Z    Compiling num_enum_derive v0.7.6
2026-07-29T08:43:56.2810809Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-07-29T08:43:56.3560462Z    Compiling iroh-metrics v0.38.3
2026-07-29T08:43:56.5375978Z    Compiling url v2.5.8
2026-07-29T08:43:56.5469360Z    Compiling h2 v0.4.14
2026-07-29T08:43:56.6456281Z    Compiling rusqlite v0.32.1
2026-07-29T08:43:56.6847359Z    Compiling n0-watcher v0.6.1
2026-07-29T08:43:56.6982022Z    Compiling tokio-stream v0.1.18
2026-07-29T08:43:56.8289190Z    Compiling iroh-relay v0.98.0
2026-07-29T08:43:56.8711165Z    Compiling netdev v0.42.0
2026-07-29T08:43:56.9341172Z    Compiling netlink-proto v0.12.0
2026-07-29T08:43:57.0819989Z    Compiling moka v0.12.15
2026-07-29T08:43:57.1420181Z    Compiling serde_spanned v0.6.9
2026-07-29T08:43:57.1703836Z    Compiling toml_datetime v0.6.11
2026-07-29T08:43:57.2650536Z    Compiling ref-cast-impl v1.0.25
2026-07-29T08:43:57.2761532Z    Compiling thiserror-impl v1.0.69
2026-07-29T08:43:57.2870435Z    Compiling num_enum v0.7.6
2026-07-29T08:43:57.3320933Z    Compiling webpki-roots v1.0.7
2026-07-29T08:43:57.3493606Z    Compiling regex-automata v0.4.14
2026-07-29T08:43:57.3909309Z    Compiling schemars_derive v1.2.1
2026-07-29T08:43:57.4520974Z    Compiling hickory-proto v0.26.0-beta.4
2026-07-29T08:43:57.5650929Z    Compiling tower-http v0.6.11
2026-07-29T08:43:57.7458220Z    Compiling attohttpc v0.30.1
2026-07-29T08:43:57.8276372Z    Compiling iroh-base v0.98.0
2026-07-29T08:43:58.1602596Z    Compiling spt-store v0.45.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-store)
2026-07-29T08:43:58.2200612Z    Compiling strum v0.28.0
2026-07-29T08:43:58.2470383Z    Compiling toml_edit v0.22.27
2026-07-29T08:43:58.3235860Z    Compiling hmac v0.12.1
2026-07-29T08:43:58.3290238Z    Compiling iroh v0.98.2
2026-07-29T08:43:58.4550639Z    Compiling iroh-dns v0.98.0
2026-07-29T08:43:58.5699620Z    Compiling pin-utils v0.1.0
2026-07-29T08:43:58.5850725Z    Compiling bitflags v1.3.2
2026-07-29T08:43:58.6222679Z    Compiling rustix v0.38.44
2026-07-29T08:43:58.6510891Z    Compiling dyn-clone v1.0.20
2026-07-29T08:43:58.6900639Z    Compiling cmov v0.5.4
2026-07-29T08:43:58.7090554Z    Compiling nix v0.25.1
2026-07-29T08:43:58.7901405Z    Compiling hkdf v0.12.4
2026-07-29T08:43:58.8270873Z    Compiling filedescriptor v0.8.3
2026-07-29T08:43:58.9230659Z    Compiling ctutils v0.4.2
2026-07-29T08:43:58.9360714Z    Compiling backon v1.6.0
2026-07-29T08:43:59.0500886Z    Compiling darling_macro v0.23.0
2026-07-29T08:43:59.0674389Z    Compiling papaya v0.2.4
2026-07-29T08:43:59.1910655Z    Compiling serial v0.4.0
2026-07-29T08:43:59.1950852Z    Compiling anstyle-parse v1.0.0
2026-07-29T08:43:59.2620967Z    Compiling vte_generate_state_changes v0.1.2
2026-07-29T08:43:59.3756657Z    Compiling shell-words v1.1.1
2026-07-29T08:43:59.3862951Z    Compiling instability v0.3.12
2026-07-29T08:43:59.4982254Z    Compiling anstyle-query v1.1.5
2026-07-29T08:43:59.5446472Z    Compiling colorchoice v1.0.5
2026-07-29T08:43:59.5447322Z    Compiling schemars v1.2.1
2026-07-29T08:43:59.5681166Z    Compiling linux-raw-sys v0.4.15
2026-07-29T08:43:59.5724937Z    Compiling anstyle v1.0.14
2026-07-29T08:43:59.5830393Z    Compiling foldhash v0.1.5
2026-07-29T08:43:59.6089189Z    Compiling unicode-width v0.2.0
2026-07-29T08:43:59.6232907Z    Compiling is_terminal_polyfill v1.70.2
2026-07-29T08:43:59.6810589Z    Compiling downcast-rs v1.2.1
2026-07-29T08:43:59.6925041Z    Compiling vte v0.13.1
2026-07-29T08:43:59.7280432Z    Compiling hashbrown v0.15.5
2026-07-29T08:43:59.7753220Z    Compiling anstream v1.0.0
2026-07-29T08:43:59.7820626Z    Compiling darling v0.23.0
2026-07-29T08:43:59.8180387Z    Compiling signal-hook-mio v0.2.5
2026-07-29T08:43:59.8520677Z    Compiling spake2 v0.4.0
2026-07-29T08:43:59.9102718Z    Compiling terminal_size v0.4.4
2026-07-29T08:43:59.9181039Z    Compiling strum_macros v0.26.4
2026-07-29T08:44:00.0810418Z    Compiling sha1 v0.10.6
2026-07-29T08:44:00.1341179Z    Compiling itertools v0.13.0
2026-07-29T08:44:00.2220613Z    Compiling castaway v0.2.4
2026-07-29T08:44:00.3271063Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-07-29T08:44:00.3495092Z    Compiling regex v1.12.3
2026-07-29T08:44:00.5790377Z    Compiling clap_lex v1.1.0
2026-07-29T08:44:00.8220439Z    Compiling indoc v2.0.7
2026-07-29T08:44:00.9741054Z    Compiling static_assertions v1.1.0
2026-07-29T08:44:01.0251260Z    Compiling doctest-file v1.1.1
2026-07-29T08:44:01.0446755Z    Compiling unicode-width v0.1.14
2026-07-29T08:44:01.2639483Z    Compiling toml v0.8.23
2026-07-29T08:44:01.3350702Z    Compiling compact_str v0.8.2
2026-07-29T08:44:01.5260802Z    Compiling interprocess v2.4.2
2026-07-29T08:44:01.9745136Z    Compiling hyper v1.10.1
2026-07-29T08:44:02.2591454Z    Compiling spt-msg v0.45.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-msg)
2026-07-29T08:44:02.2960711Z    Compiling unicode-truncate v1.1.0
2026-07-29T08:44:02.3003171Z    Compiling crossterm v0.28.1
2026-07-29T08:44:02.3358765Z    Compiling strum v0.26.3
2026-07-29T08:44:02.3427010Z    Compiling clap_builder v4.6.0
2026-07-29T08:44:02.4041466Z    Compiling lru v0.12.5
2026-07-29T08:44:02.4668329Z    Compiling clap_derive v4.6.1
2026-07-29T08:44:02.4770593Z    Compiling iana-time-zone v0.1.65
2026-07-29T08:44:02.5900491Z    Compiling cassowary v0.3.0
2026-07-29T08:44:02.8888299Z    Compiling portable-pty v0.8.1
2026-07-29T08:44:03.2221616Z    Compiling spt-runtime v0.45.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-runtime)
2026-07-29T08:44:03.2701304Z    Compiling ratatui v0.29.0
2026-07-29T08:44:03.3200807Z    Compiling chrono v0.4.45
2026-07-29T08:44:03.3442877Z    Compiling spt-term v0.45.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-term)
2026-07-29T08:44:03.5170917Z    Compiling nucleo-matcher v0.3.1
2026-07-29T08:44:03.9572087Z    Compiling hyper-util v0.1.20
2026-07-29T08:44:03.9940685Z    Compiling qrcode v0.14.1
2026-07-29T08:44:04.2000588Z    Compiling tempfile v3.27.0
2026-07-29T08:44:05.1356986Z    Compiling clap v4.6.1
2026-07-29T08:44:05.8010548Z    Compiling igd-next v0.17.1
2026-07-29T08:44:06.6617755Z    Compiling spt-live v0.45.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-live)
2026-07-29T08:44:06.9174866Z    Compiling portmapper v0.16.0
2026-07-29T08:44:11.9364797Z    Compiling rustls-webpki v0.103.13
2026-07-29T08:44:14.3020033Z    Compiling tokio-rustls v0.26.4
2026-07-29T08:44:14.3020577Z    Compiling rustls-platform-verifier v0.7.0
2026-07-29T08:44:14.3021083Z    Compiling noq-proto v0.17.0
2026-07-29T08:44:14.4493160Z    Compiling hickory-net v0.26.0-beta.4
2026-07-29T08:44:14.4493805Z    Compiling hyper-rustls v0.27.9
2026-07-29T08:44:14.4494191Z    Compiling tokio-websockets v0.13.2
2026-07-29T08:44:14.5701978Z    Compiling reqwest v0.13.4
2026-07-29T08:44:15.4601259Z    Compiling hickory-resolver v0.26.0-beta.4
2026-07-29T08:44:29.0970320Z    Compiling spt-net v0.45.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-net)
2026-07-29T08:44:30.5847704Z    Compiling spt-daemon v0.45.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-daemon)
2026-07-29T08:44:40.4491313Z    Compiling spt v0.45.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt)
2026-07-29T08:44:45.4977538Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 05s
2026-07-29T08:44:45.5197887Z      Running tests/n1_pairing.rs (target/debug/deps/n1_pairing-3c641108830fd335)
2026-07-29T08:44:45.5210602Z 
2026-07-29T08:44:45.5210703Z running 1 test
2026-07-29T08:44:51.6114198Z test new_brain_serves_against_old_broker ... ok
2026-07-29T08:44:51.6114503Z 
2026-07-29T08:44:51.6114790Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.09s
2026-07-29T08:44:51.6115142Z 
